home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / _archvrs / amiga / filesplt.lha / split.doc < prev   
Text File  |  1991-08-03  |  615b  |  18 lines

  1.  
  2.     SPLIT
  3.  
  4.     This program splits a file into pieces. Usage is:
  5.  
  6.         split [-s{size}] {input file} [output base name]
  7.  
  8.     The optional "-s{size}" parameter allows the user to change the size
  9.     of the pieces the file is split into. The default size is 64KB.
  10.  
  11.     The mandatory "input file" parameter is the name of the file the
  12.     user wants to split.
  13.  
  14.     The optional "output base name" parameter is the base name for the
  15.     pieces the file is split into. These pieces are of the form "base.NNN",
  16.     where NNN is a 3 digit sequential number starting from 000. The
  17.     default base name is "ram:split".
  18.